home *** CD-ROM | disk | FTP | other *** search
-
- //*********************************************************************************
-
- fsm <fsm name> : integer;
-
- //------------------------------------------------------------------
- //
- // Constant Definitions
- //
- //------------------------------------------------------------------
- const
- #include_ <content\ABLScripts\mwconst.abi>
-
-
- //------------------------------------------------------------------
- //
- // Type Definitions
- //
- //------------------------------------------------------------------
- type
- #include_ <content\ABLScripts\mwtype.abi>
-
-
- //------------------------------------------------------------------
- //
- // Variable Declarations
- //
- //------------------------------------------------------------------
- var
-
- //------------------------------------------------------------------
- //
- // Local Functions
- //
- //------------------------------------------------------------------
-
- function init;
- code
- endfunction;
-
- //------------------------------------------------------------------
- //
- // Main Code
- //
- //------------------------------------------------------------------
- state startState;
- code
- endstate;
-
- state deadState;
- code
- orderDie;
- endstate;
-
-
- endfsm.
- //******************************************************************
-
-